![]() |
GetWindowFeatures |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains the features that a window supports.
OSStatus GetWindowFeatures ( WindowRef window, UInt32 *outFeatures );
A pointer to the window to be examined.
On input, a pointer to an unsigned 32-bit value. On return, the bits of the value specify the features the window supports; see “Reporting Window Features”.
A result code.
The GetWindowFeatures function produces a window definition function’s features in response to a kWindowMsgGetFeatures message.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in CarbonLib 1.0 and later when CarbonLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CarbonLib 1.0 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)